home *** CD-ROM | disk | FTP | other *** search
/ The Netherlands - A Compact World / The Netherlands.iso / chapters / 7.dxr / Internal_64_blokje aan 23.ls < prev    next >
Encoding:
Text File  |  2004-06-10  |  93 b   |  8 lines

  1. on mouseEnter
  2.   sprite(23).visibility = 1
  3. end
  4.  
  5. on mouseLeave
  6.   sprite(23).visibility = 0
  7. end
  8.